-
Notifications
You must be signed in to change notification settings - Fork 22
Merge private changes branch #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Allow connections to be idle for up to 4 seconds before not reusing. This strategy is needed because we are seeing connections being closed by the server after 4 seconds, then when we attempt to use, the call fails.
…ic-back-to-private
…rivate Nbehrens/merge public back to private
Configure to deploy to Artifactory and cleanup GitHub Actions configs
| java-version: '8' | ||
| cache: 'gradle' | ||
| distribution: 'temurin' | ||
| java-version: '11' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this make the minimum Java version 11 for anyone depending on this library?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this is just changing the minimum java version on the worker that runs the ci_cd build.
No description provided.